home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HP Idea Kits: Let's Celebrate
/
PHOTODLX.ISO
/
extras
/
diamar
/
photo.dxr
/
00022_style 033.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-22
|
283 b
|
16 lines
on initStyle033
paletteSwap()
set the mouseDownScript to EMPTY
set the mouseUpScript to "Style033MouseUp"
cursor(-1)
end
on Style033MouseUp
cursor(4)
set the mouseUpScript to EMPTY
go(the frame + 1)
when mouseUp then go frame "DONE"
updateStage()
cursor(-1)
end